Deep Security Manager REST API

Path: / rest / events / antimalware / {eventId}

Get AntiMalware with specific event id.

Path parameters:
eventId - the event id to fetch

Method Summary
ResourceDescription
GET /rest/events/antimalware/{eventId}?sID=…Get AntiMalware with specific event id.

Method Detail
HTTP Example:
GET /rest/events/antimalware/{eventId}?sID=…

API Example:

IEventAPI.getAntiMalwareEvent({'sID': /* sID session ID */,
  'eventId': /* eventId the event id to fetch */});

Get AntiMalware with specific event id.

Output:
AntiMalwareEvent - the event with the specific id
Query parameters:
sID - session ID
Produces:
application/json
application/xml

Copyright © 2015 Trend Micro Inc. All Rights Reserved.